From: Richard M. Stallman Date: Mon, 10 Jun 1996 21:15:47 +0000 (+0000) Subject: Whitespace changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~83675 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=be625e000a33170643bf8ae791be60a4995a8749;p=emacs.git Whitespace changes. --- diff --git a/src/frame.c b/src/frame.c index 7d4c3422a6d..4256a9187c9 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1342,7 +1342,7 @@ before calling this function on it, like this.\n\ /* Warping the mouse will cause enternotify and focus events. */ x_set_mouse_position (XFRAME (frame), x, y); #else -#if defined(MSDOS) && defined(HAVE_MOUSE) +#if defined (MSDOS) && defined (HAVE_MOUSE) if (FRAME_MSDOS_P (XFRAME (frame))) { Fselect_frame (frame, Qnil); @@ -1374,7 +1374,7 @@ before calling this function on it, like this.\n\ /* Warping the mouse will cause enternotify and focus events. */ x_set_mouse_pixel_position (XFRAME (frame), x, y); #else -#if defined(MSDOS) && defined(HAVE_MOUSE) +#if defined (MSDOS) && defined (HAVE_MOUSE) if (FRAME_MSDOS_P (XFRAME (frame))) { Fselect_frame (frame, Qnil);